home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / bxchng12.lha / BExchange12 / Locale / BExchange.cd next >
Text File  |  1996-01-23  |  2KB  |  119 lines

  1. ;
  2. ; Chaines utilisés par BGUI-Exchange
  3. ;
  4. #header BGUI-EXCHANGE_LOCALE_STRINGS
  5. ;
  6. ;
  7. ; *********************
  8. ; * Boutons d'actions *
  9. ; *********************
  10. BO_SHOW (//)
  11. _Show Interface
  12. ;
  13. BO_HIDE (//)
  14. Hide _Interface
  15. ;
  16. BO_ACTIVE (//)
  17. Active
  18. ;
  19. BO_INACTIVE (//)
  20. Inactive
  21. ;
  22. BO_REMOVE (//)
  23. _Remove
  24. ;
  25. BO_HIDE_ME (//)
  26. _Hide
  27. ;
  28. BO_QUIT (//)
  29. _Quit
  30. ;
  31. ;
  32. ; *********************
  33. ; * Labels des groups *
  34. ; *********************
  35. LB_Listview (//)
  36. Available Commodities
  37. ;
  38. LB_Information (//)
  39. Information
  40. ;
  41. ;
  42. ; *****************
  43. ; * Nom des Menus *
  44. ; *****************
  45. NM_PROJECT (//)
  46.  \0Project
  47. ;
  48. NM_ABOUT (//)
  49. ?\0About...
  50. ;
  51. NM_HIDE (//)
  52. H\0Hide
  53. ;
  54. NM_JUMP (//)
  55. J\0Jump
  56. ;
  57. NM_QUIT (//)
  58. Q\0Quit
  59. ;
  60. ;
  61. NM_TOOLS (//)
  62.  \0Tools
  63. ;
  64. NM_SHOW_ALL (//)
  65. A\0Show all
  66. ;
  67. NM_HIDE_ALL (//)
  68. D\0Hide all
  69. ;
  70. NM_KILL_ALL (//)
  71. K\0Remove all
  72. ;
  73. NM_ACTIVATE_ALL (//)
  74. N\0Activate all
  75. ;
  76. NM_DEACTIVATE_ALL (//)
  77. F\0Deactivate all
  78. ;
  79. ;
  80. ; ***************************
  81. ; * Texte pour la commodité *
  82. ; ***************************
  83. CX_DESCRIPTION (//)
  84. Commodities manager
  85. ;
  86. ; *************************
  87. ; * Fenêtre a propos de.. *
  88. ; *************************
  89. ABT_CONTACTING (//)
  90. For contacting me:
  91. ABT_DEVWITH (//)
  92. Developed with:
  93. ;
  94. ; **********************
  95. ; * Messages d'erreurs *
  96. ; **********************
  97. ERR_POPKEY (//)
  98. Bad hotkey:
  99. ;
  100. REQ_OK (//)
  101. _Ok
  102. ;
  103. ; ** Libraries **
  104. ;
  105. ERR_INTUITION (//)
  106. Can't open intuition.library v37+\n[RETURN]\n
  107. ;
  108. ERR_CX_LIB (//)
  109. Can't open commodities.library v37+
  110. ;
  111. ERR_ICON_LIB (//)
  112. Can't open icon.library v37+
  113. ;
  114. ERR_BGUI_LIB (//)
  115. I need the bgui.library v39+
  116. ;
  117. ERR_TIMER (//)
  118. Failed to open and init. the timer.device
  119.